Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: actions/upload-artifact, gradle low heapmem, msvc sdk not found for release action #267

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2023

Bumps actions/upload-artifact from 2 to 4.

Release notes

Sourced from actions/upload-artifact's releases.

v4.0.0

What's Changed

The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.

For more information, see the @​actions/artifact documentation.

New Contributors

Full Changelog: actions/upload-artifact@v3...v4.0.0

v3.1.3

What's Changed

Full Changelog: actions/upload-artifact@v3...v3.1.3

v3.1.2

  • Update all @actions/* NPM packages to their latest versions- #374
  • Update all dev dependencies to their most recent versions - #375

v3.1.1

  • Update actions/core package to latest version to remove set-output deprecation warning #351

v3.1.0

What's Changed

v3.0.0

What's Changed

  • Update default runtime to node16 (#293)
  • Update package-lock.json file version to 2 (#302)

Breaking Changes

With the update to Node 16, all scripts will now be run with Node 16 rather than Node 12.

v2.3.1

Fix for empty fails on Windows failing on upload #281

v2.3.0 Upload Artifact

  • Optimizations for faster uploads of larger files that are already compressed
  • Significantly improved logging when there are chunked uploads
  • Clarifications in logs around the upload size and prohibited characters that aren't allowed in the artifact name or any uploaded files
  • Various other small bugfixes & optimizations

v2.2.4

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 18, 2023
Copy link

github-actions bot commented Dec 18, 2023

🛠 Test Results

2 files  2 suites   2m 23s ⏱️
5 tests 5 ✅ 0 💤 0 ❌
8 runs  8 ✅ 0 💤 0 ❌

Results for commit 4e87cf8.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Dec 18, 2023

📷 Screenshots of tests:

📱gvr: emulator-5554 - 11

🔧 ALVRActivityTest_saveDeviceScreenBitmap

🔧 ALVRActivityTest_saveDeviceScreenBitmap_LookingDown

🔧 ALVRActivityTest_saveDeviceScreenBitmap_LookingFrontDown

🔧 ALVRActivityTest_saveDeviceScreenBitmap_Popup

🔧 InitActivityTest_saveDeviceScreenBitmap

🔧 MainActivityTest_saveDeviceScreenBitmap

🔧 SettingsActivityTest_saveDeviceScreenBitmap

🔧 view-op-error-1

📱noGvr: emulator-5554 - 11

🔧 ALVRActivityTest_saveDeviceScreenBitmap

🔧 ALVRActivityTest_saveDeviceScreenBitmap_LookingDown

🔧 ALVRActivityTest_saveDeviceScreenBitmap_LookingFrontDown

🔧 ALVRActivityTest_saveDeviceScreenBitmap_Popup

🔧 InitActivityTest_saveDeviceScreenBitmap

🔧 view-op-error-1

For commit 4e87cf8

@ShootingKing-AM
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/upload-artifact-4 branch from ee09e99 to 2ab688f Compare December 23, 2023 14:40
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 27, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/github_actions/actions/upload-artifact-4 branch January 27, 2024 14:33
@ShootingKing-AM
Copy link
Member

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 24, 2024

Looks like this PR is closed. If you re-open it I'll rebase it as long as no-one else has edited it (you can use @dependabot reopen if the branch has been deleted).

@ShootingKing-AM
Copy link
Member

@dependabot reopen

@dependabot dependabot bot reopened this Nov 24, 2024
@dependabot dependabot bot restored the dependabot/github_actions/actions/upload-artifact-4 branch November 24, 2024 13:21
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v2...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/upload-artifact-4 branch from 2ab688f to b81e45f Compare November 24, 2024 13:22
@ShootingKing-AM
Copy link
Member

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 24, 2024

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@ShootingKing-AM ShootingKing-AM changed the title Bump actions/upload-artifact from 2 to 4 fix: actions/upload-artifact, gradle low heapmem, msvc sdk not found for release action Nov 24, 2024
@ShootingKing-AM
Copy link
Member

  • Bump actions/upload-artifact from 2 to 4

Bumps actions/upload-artifact from 2 to 4.


updated-dependencies:

  • dependency-name: actions/upload-artifact
    dependency-type: direct:production
    update-type: version-update:semver-major
    ...

Signed-off-by: dependabot[bot] [email protected]

  • Update build.yml

  • fix: remove unnecessary implementation

  • Update release workflow for manual 8.1 WinSDK installation

  • Update gradle.properties

  • Update build.gradle

  • Update espresso libraries

  • Update ALVRActivityTest.kt - to ignore SKIP's weird espresso bug which says

2024-11-25T17:49:27.3397217Z �[38;5;196m11-25 12:49:26.386  8597  8631 E TestRunner: failed: saveDeviceScreenBitmap(viritualisres.phonevr.ALVRActivityTest)�[0m
2024-11-25T17:49:27.3400099Z �[38;5;196m11-25 12:49:26.386  8597  8631 E TestRunner: ----- begin exception -----�[0m
2024-11-25T17:49:27.3403679Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: androidx.test.espresso.PerformException: Error performing 'single click - At Coordinates: 1701, 1006 and precision: 16, 16' on view 'an instance of android.widget.TextView and view.getText() with or without transformation to match: is "SKIP"'.�[0m
2024-11-25T17:49:27.3407564Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at androidx.test.espresso.PerformException$Builder.build(PerformException.java:86)�[0m
2024-11-25T17:49:27.3410148Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at androidx.test.espresso.base.PerformExceptionHandler.handleSafely(PerformExceptionHandler.java:57)�[0m
2024-11-25T17:49:27.3412958Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at androidx.test.espresso.base.PerformExceptionHandler.handleSafely(PerformExceptionHandler.java:32)�[0m
2024-11-25T17:49:27.3415693Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at androidx.test.espresso.base.DefaultFailureHandler$TypedFailureHandler.handle(DefaultFailureHandler.java:167)�[0m
2024-11-25T17:49:27.3418183Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at androidx.test.espresso.base.DefaultFailureHandler.handle(DefaultFailureHandler.java:128)�[0m
2024-11-25T17:49:27.3420773Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at viritualisres.phonevr.utils.PVRInstrumentationBase.setUpHandler$lambda$0(PVRInstrumentationBase.kt:64)�[0m
2024-11-25T17:49:27.3423440Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at viritualisres.phonevr.utils.PVRInstrumentationBase.$r8$lambda$CqdbnQtAWKk-c7EMvmd8_FL2bNc(Unknown Source:0)�[0m
2024-11-25T17:49:27.3426142Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at viritualisres.phonevr.utils.PVRInstrumentationBase$$ExternalSyntheticLambda0.handle(D8$$SyntheticClass:0)�[0m
2024-11-25T17:49:27.3429161Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at androidx.test.espresso.ViewInteraction.waitForAndHandleInteractionResults(ViewInteraction.java:386)�[0m
2024-11-25T17:49:27.3431547Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at androidx.test.espresso.ViewInteraction.desugaredPerform(ViewInteraction.java:213)�[0m
2024-11-25T17:49:27.3433746Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at androidx.test.espresso.ViewInteraction.perform(ViewInteraction.java:140)�[0m
2024-11-25T17:49:27.3435994Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at viritualisres.phonevr.ALVRActivityTest.saveDeviceScreenBitmap(ALVRActivityTest.kt:175)�[0m
2024-11-25T17:49:27.3437945Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at java.lang.reflect.Method.invoke(Native Method)�[0m
2024-11-25T17:49:27.3439973Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)�[0m
2024-11-25T17:49:27.3442254Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)�[0m
2024-11-25T17:49:27.3444479Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)�[0m
2024-11-25T17:49:27.3446766Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)�[0m
2024-11-25T17:49:27.3449033Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at androidx.test.internal.runner.junit4.statement.RunBefores.evaluate(RunBefores.java:80)�[0m
2024-11-25T17:49:27.3451407Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)�[0m
2024-11-25T17:49:27.3454014Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)�[0m
2024-11-25T17:49:27.3456640Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at androidx.test.rule.GrantPermissionRule$RequestPermissionStatement.evaluate(GrantPermissionRule.java:134)�[0m
2024-11-25T17:49:27.3459377Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at androidx.test.rule.GrantPermissionRule$RequestPermissionStatement.evaluate(GrantPermissionRule.java:134)�[0m
2024-11-25T17:49:27.3462191Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at androidx.test.rule.GrantPermissionRule$RequestPermissionStatement.evaluate(GrantPermissionRule.java:134)�[0m
2024-11-25T17:49:27.3464546Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)�[0m
2024-11-25T17:49:27.3466859Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)�[0m
2024-11-25T17:49:27.3469757Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)�[0m
2024-11-25T17:49:27.3471910Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)�[0m
2024-11-25T17:49:27.3474193Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)�[0m
2024-11-25T17:49:27.3476220Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)�[0m
2024-11-25T17:49:27.3478377Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)�[0m
2024-11-25T17:49:27.3480497Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)�[0m
2024-11-25T17:49:27.3482697Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)�[0m
2024-11-25T17:49:27.3484606Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)�[0m
2024-11-25T17:49:27.3487024Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)�[0m
2024-11-25T17:49:27.3489233Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)�[0m
2024-11-25T17:49:27.3491264Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)�[0m
2024-11-25T17:49:27.3492960Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at org.junit.runners.Suite.runChild(Suite.java:128)�[0m
2024-11-25T17:49:27.3494635Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at org.junit.runners.Suite.runChild(Suite.java:27)�[0m
2024-11-25T17:49:27.3496384Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)�[0m
2024-11-25T17:49:27.3498315Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)�[0m
2024-11-25T17:49:27.3500202Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)�[0m
2024-11-25T17:49:27.3502121Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)�[0m
2024-11-25T17:49:27.3503980Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)�[0m
2024-11-25T17:49:27.3505876Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)�[0m
2024-11-25T17:49:27.3507917Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)�[0m
2024-11-25T17:49:27.3509860Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)�[0m
2024-11-25T17:49:27.3511535Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at org.junit.runner.JUnitCore.run(JUnitCore.java:115)�[0m
2024-11-25T17:49:27.3513493Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at androidx.test.internal.runner.TestExecutor.execute(TestExecutor.java:65)�[0m
2024-11-25T17:49:27.3515720Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at androidx.test.internal.runner.TestExecutor.execute(TestExecutor.java:56)�[0m
2024-11-25T17:49:27.3517917Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at androidx.test.runner.AndroidJUnitRunner.onStart(AndroidJUnitRunner.java:471)�[0m
2024-11-25T17:49:27.3520132Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:2205)�[0m
2024-11-25T17:49:27.3522525Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: Caused by: java.util.concurrent.CancellationException: Task was cancelled.�[0m
2024-11-25T17:49:27.3525330Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at androidx.concurrent.futures.AbstractResolvableFuture.cancellationExceptionWithCause(AbstractResolvableFuture.java:1195)�[0m
2024-11-25T17:49:27.3528088Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at androidx.concurrent.futures.AbstractResolvableFuture.getDoneValue(AbstractResolvableFuture.java:514)�[0m
2024-11-25T17:49:27.3530783Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at androidx.concurrent.futures.AbstractResolvableFuture.get(AbstractResolvableFuture.java:475)�[0m
2024-11-25T17:49:27.3533339Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at androidx.concurrent.futures.CallbackToFutureAdapter$SafeFuture.get(CallbackToFutureAdapter.java:199)�[0m
2024-11-25T17:49:27.3535875Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at androidx.camera.core.impl.utils.futures.FutureChain.get(FutureChain.java:157)�[0m
2024-11-25T17:49:27.3538335Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at androidx.camera.core.impl.utils.futures.ChainingListenableFuture.get(ChainingListenableFuture.java:107)�[0m
2024-11-25T17:49:27.3540194Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at c.b.run(Unknown Source:2)�[0m
2024-11-25T17:49:27.3541775Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at android.os.Handler.handleCallback(Handler.java:938)�[0m
2024-11-25T17:49:27.3543459Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at android.os.Handler.dispatchMessage(Handler.java:99)�[0m
2024-11-25T17:49:27.3545547Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at androidx.test.espresso.base.Interrogator.loopAndInterrogate(Interrogator.java:156)�[0m
2024-11-25T17:49:27.3547961Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at androidx.test.espresso.base.UiControllerImpl.loopUntil(UiControllerImpl.java:521)�[0m
2024-11-25T17:49:27.3550288Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at androidx.test.espresso.base.UiControllerImpl.loopUntil(UiControllerImpl.java:479)�[0m
2024-11-25T17:49:27.3552597Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at androidx.test.espresso.base.UiControllerImpl.injectMotionEvent(UiControllerImpl.java:236)�[0m
2024-11-25T17:49:27.3554856Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at androidx.test.espresso.action.MotionEvents.sendUp(MotionEvents.java:175)�[0m
2024-11-25T17:49:27.3556987Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at androidx.test.espresso.action.MotionEvents.sendUp(MotionEvents.java:138)�[0m
2024-11-25T17:49:27.3558980Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at androidx.test.espresso.action.Tap.sendSingleTap(Tap.java:170)�[0m
2024-11-25T17:49:27.3560975Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at androidx.test.espresso.action.Tap.access$100(Tap.java:31)�[0m
2024-11-25T17:49:27.3562770Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at androidx.test.espresso.action.Tap$1.sendTap(Tap.java:47)�[0m
2024-11-25T17:49:27.3564996Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at androidx.test.espresso.action.GeneralClickAction.perform(GeneralClickAction.java:134)�[0m
2024-11-25T17:49:27.3567342Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at androidx.test.espresso.ViewInteraction$SingleExecutionViewAction.perform(ViewInteraction.java:430)�[0m
2024-11-25T17:49:27.3569657Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at androidx.test.espresso.ViewInteraction.doPerform(ViewInteraction.java:298)�[0m
2024-11-25T17:49:27.3571653Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at androidx.test.espresso.ViewInteraction.access$300(ViewInteraction.java:70)�[0m
2024-11-25T17:49:27.3573713Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at androidx.test.espresso.ViewInteraction$1.call(ViewInteraction.java:194)�[0m
2024-11-25T17:49:27.3575623Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at androidx.test.espresso.ViewInteraction$1.call(ViewInteraction.java:183)�[0m
2024-11-25T17:49:27.3577364Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)�[0m
2024-11-25T17:49:27.3578972Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at android.os.Handler.handleCallback(Handler.java:938)�[0m
2024-11-25T17:49:27.3580550Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at android.os.Handler.dispatchMessage(Handler.java:99)�[0m
2024-11-25T17:49:27.3582024Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at android.os.Looper.loop(Looper.java:223)�[0m
2024-11-25T17:49:27.3583929Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at android.app.ActivityThread.main(ActivityThread.java:7656)�[0m
2024-11-25T17:49:27.3585508Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at java.lang.reflect.Method.invoke(Native Method)�[0m
2024-11-25T17:49:27.3587712Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)�[0m
2024-11-25T17:49:27.3589581Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)�[0m
2024-11-25T17:49:27.3590938Z �[38;5;196m11-25 12:49:26.400  8597  8631 E TestRunner: ----- end exception -----�[0m

Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Harsha Raghu [email protected]

@ShootingKing-AM ShootingKing-AM merged commit 7c8df72 into master Nov 25, 2024
7 checks passed
@ShootingKing-AM ShootingKing-AM deleted the dependabot/github_actions/actions/upload-artifact-4 branch November 25, 2024 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant